        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #fff;
            color: #4b5564;
            font-family: tktype, Roboto, Calibri, -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif;
            line-height: 1.625;
        }

        header {
            background-color: #00a0f5;
            color: white;
            padding: 15px;
            text-align: left;
        }

        header img.logo {
            margin-left: 80px;
            max-width: 100%;
            height: auto;
        }

        @media (max-width: 700px) {
            header {
                text-align: center;
            }

            header img.logo {
                margin-left: 0;
            }
        }


        nav {
            background-color: #ffffff;
            padding: 10px;
            text-align: center;
        }

        nav a {
            color: #00a0f5;
            font-size: 1.2rem;
            line-height: 2.5.0rem;
            padding-left: 1.1rem;
            padding-right: 1.1rem;
            position: relative;
            text-decoration: none;
        }

        aside {
            flex: 1;
            min-width: 250px;
            background-color: #eef0f2;
            /*#d9dee8;*/
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 649px) {
            aside {
                margin-bottom: 20px;
                margin-left: 5px;
                margin-right: 5px;
            }
        }

        @media (min-width: 650px) {
            aside {
                max-width: 400px;
                margin-right: 20px;
            }
        }


        main {
            flex: 3;
            min-width: 300px;
            background-color: #ffffff;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        footer {
            background-color: #00a0f5;
            color: white;
            text-align: center;
            padding: 10px;
            margin-top: 20px;
        }

        a {
            color: #00a0f5;
            text-decoration: none;
            transition: color 0.3s;
        }

        a:hover {
            color: #007bb5;
            text-decoration: underline;
        }

        h2 {
            padding-top: 0px;
            margin-top: 0px;
            font-size: 1.6em;
            /*color: #000;*/
        }

        .banner {
            width: 100%;
            height: auto;
            max-height: 400px;
            overflow: hidden;
        }

        .banner img {
            width: 100%;
            height: auto;
            display: block;
        }

        .container {
            display: flex;
            flex-wrap: wrap;
            margin: 20px;
        }


        .location-item {
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

        .location-item h3 {
            /*color: #00a0f5;*/
            color: #333;
            margin-bottom: 10px;
        }

        .location-item img {
            width: 100%;
            height: auto;
            max-height: 90%;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .location-item ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .location-item li {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .container {
            display: flex;
            flex-wrap: wrap;
            margin: 20px;
        }

        .sections {
            flex: 2;
            min-width: 300px;
        }

        .section-1,
        .section-2 {
            background-color: #ffffff;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .section-1,
        .section-2 p {
            font-size: 16px;
            color: #333;
        }

        .section-1-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .section-1-link {
            background-color: #ffffff;
            padding: 15px;
            border: 2px solid #00a0f5;
            text-align: center;
            flex: 1;
            min-width: 200px;
            margin: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            position: relative;
            border-radius: 5px;
        }

        .section-1-link img {
            width: 55px;
            height: 55px;
        }

        .section-1-link button {
            background-color: #00a0f5;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s, color 0.3s;
        }

        .section-1-link button:hover {
            /*
			background-color: #ffffff;
			color: #00a0f5;
			border: 2px solid #00a0f5;
			 */
            background-color: #003c7d;
        }

        .s-mb-20{
            margin-bottom: 20px;
        }
        .section-avisos,
        .section-politicas {
            background-color: #ffffff;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .section-avisos-links,
        .section-politicas-links {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .section-avisos-link,
        .section-politicas-link {
            width: 195px;/* Ancho fijo */
            background-color: #ffffff;
            padding: 10px;
            border: 2px solid #00a0f5;
            text-align: center;
            margin: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            transition: transform 0.3s ease;
        }

        .section-avisos-link:hover,
        .section-politicas-link:hover {
            transform: translateY(-5px);
        }

        .section-avisos-link img,
        .section-politicas-link img {
            width: 50px;
            height: auto;
            margin-bottom: 10px;
        }

        .section-avisos-link h4,
        .section-politicas-link h4 {
            margin-bottom: 15px;
            margin-top: 5px;
        }

        .section-avisos-link button,
        .section-politicas-link button {
            background-color: #00a0f5;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s, color 0.3s;
        }

        .section-avisos-link button:hover,
        .section-politicas-link button:hover {
            background-color: #003c7d;
        }


        .slider-section {
            /*background-color: #d9dee8;*/
            background-color: #ffffff;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .slider {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 5px;
        }

        .slides {
            display: flex;
            width: 100%;
            transition: transform 1s ease;
            animation: slide 20s infinite;
        }

        .slide {
            min-width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            /* Asegura que la captura esté debajo de la imagen */
            transition: opacity 1s ease-in-out;
        }

        .slide img {
            width: 100%;
            height: auto;
            display: block;
        }

        .caption {
            width: 100%;
            background-color: #00a0f5;
            color: #ffffff;
            text-align: center;
            padding: 10px;
            box-sizing: border-box;
            font-size: 16px;
        }

        @keyframes slide {

            0%,
            20% {
                transform: translateX(0);
            }

            25%,
            45% {
                transform: translateX(-100%);
            }

            50%,
            70% {
                transform: translateX(-200%);
            }

            75%,
            100% {
                transform: translateX(0);
            }
        }

        .button:hover {
            color: #007bb5;
            background-color: #003c7d;
        }


        .button {
            background-color: #00a0f5;
            color: #fff;
            border: 1px solid #0000;
            border-radius: 0;
            box-sizing: border-box;
            color: var(--button-text-color, #fff);
            display: inline-block;
            padding: 1.1rem 1.4rem;
            text-decoration: none;
        }

        .ribbon {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            background-color: #00a0f5;
        }


        /* Estilos para el wrapper del loader */
        #loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #00a0f5;
            /* Color primario */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        /* Estilos para el loader */
        #loader {
            border: 8px solid #eef0f2;
            /* Color terciario */
            border-top: 8px solid #ffffff;
            /* Color secundario */
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1s linear infinite;
        }

        /* Animación del loader */
        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* Ocultar el loader cuando la página haya cargado */
        body.loaded #loader-wrapper {
            display: none;
        }


        .hidden {
            display: none;
        }